Autogenerated HTML docs for v1.2.2-g50319
diff --git a/git-ls-files.html b/git-ls-files.html index 129ef2b..ed81380 100644 --- a/git-ls-files.html +++ b/git-ls-files.html
@@ -272,13 +272,15 @@ </div> <h2>SYNOPSIS</h2> <div class="sectionbody"> -<p><em>git-ls-files</em> [-z] [-t] +<div class="verseblock"> +<div class="content"><em>git-ls-files</em> [-z] [-t] [-v] (--[cached|deleted|others|ignored|stage|unmerged|killed|modified])* (-[c|d|o|i|s|u|k|m])* [-x <pattern>|--exclude=<pattern>] [-X <file>|--exclude-from=<file>] [--exclude-per-directory=<file>] - [--full-name] [--] [<file>]*</p> + [--error-unmatch] + [--full-name] [--] [<file>]*</div></div> </div> <h2>DESCRIPTION</h2> <div class="sectionbody"> @@ -402,6 +404,15 @@ </p> </dd> <dt> +--error-unmatch +</dt> +<dd> +<p> + If any <file> does not appear in the index, treat this as an + error (return 1). +</p> +</dd> +<dt> -t </dt> <dd> @@ -461,6 +472,15 @@ </table></div> </dd> <dt> +-v +</dt> +<dd> +<p> + Similar to <tt>-t</tt>, but use lowercase letters for files + that are marked as <em>always matching index</em>. +</p> +</dd> +<dt> --full-name </dt> <dd> @@ -640,7 +660,7 @@ </div> <div id="footer"> <div id="footer-text"> -Last updated 14-Feb-2006 07:59:59 UTC +Last updated 22-Feb-2006 10:44:46 UTC </div> </div> </body>